From 6d0ea09b56da85195e2097ba600b414fef1f8aca Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 1 Mar 2007 13:43:37 +0000 Subject: [PATCH] 2007-03-01 Lennart Borgman * replace.el (perform-replace): Propertize message. --- lisp/replace.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/replace.el b/lisp/replace.el index 20f38aec32f..5b970681ea7 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1423,8 +1423,10 @@ make, or the user didn't cancel the call." (message (if query-flag - (substitute-command-keys - "Query replacing %s with %s: (\\\\[help] for help) ")))) + (apply 'propertize + (substitute-command-keys + "Query replacing %s with %s: (\\\\[help] for help) ") + minibuffer-prompt-properties)))) ;; If region is active, in Transient Mark mode, operate on region. (when start -- 2.30.2